home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Batcher / headers / fileUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-26  |  398 b   |  19 lines

  1. #ifndef    _fileUtils_
  2. #define    _fileUtils_
  3.  
  4. #define                MAXFILES    100
  5.  
  6. /*********************** Prototypes */
  7.  
  8. void        FileFilterInit( void);
  9. void        FileFilterKill( void);
  10. Boolean        MyOpenFile(FSSpec *);
  11. void        MyOpenFolder(FSSpec *);
  12. Boolean        CheckTheType(FSSpec *);
  13. Boolean        CheckTheType(FSSpec *);
  14. void        AddFilterIcon( FSSpec *);
  15. void        SetupFileArray( void);
  16. void        AddFSSpecToFileList( FSSpec *);
  17.  
  18. #endif
  19.